Fixes typos
authorJordi Mas <jmas@softcatala.org>
Sat, 4 Jul 2020 08:00:25 +0000 (10:00 +0200)
committerJordi Mas <jmas@softcatala.org>
Sat, 4 Jul 2020 08:00:25 +0000 (10:00 +0200)
gtk/gtkdropcontrollermotion.c
gtk/gtkeventcontrollermotion.c

index 155675f5a22ceae2eec8cf7bcd6ec36aa41c1e05..6acb7bf7d1b841be6ed6b32e31c2cd96690d4240 100644 (file)
@@ -224,7 +224,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
   props[PROP_CONTAINS_POINTER] =
       g_param_spec_boolean ("contains-pointer",
                             P_("Contains Pointer"),
-                            P_("Whether the pointer is inthe controllers widget or a descendant"),
+                            P_("Whether the pointer is in the controllers widget or a descendant"),
                             FALSE,
                             G_PARAM_READABLE);
 
index ba725bd02b4517a24b1a593466e510af61298d3d..8a9a6237658b3b3c266c6eb6d3b6aef5883787bb 100644 (file)
@@ -221,7 +221,7 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
   props[PROP_CONTAINS_POINTER] =
       g_param_spec_boolean ("contains-pointer",
                             P_("Contains Pointer"),
-                            P_("Whether the pointer is inthe controllers widget or a descendant"),
+                            P_("Whether the pointer is in the controllers widget or a descendant"),
                             FALSE,
                             G_PARAM_READABLE);